home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>This scripts 'frees' your page from possible foreign frames</HTMLtool>
- <!-- This scripts prevents other sites from showing your page in one of their frames. -->
-
- <SCRIPT LANGUAGE="JavaScript">
- setTimeout ("Change()", 3000);
- function Change() {
- if (self.parent.frames.length != 0)
- self.parent.location=document.Location;
- }
- </SCRIPT>